fix(web): Fix issue where quotes cannot be used within a query#629
fix(web): Fix issue where quotes cannot be used within a query#629brendan-kellam merged 2 commits intomainfrom
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This PR alters the query language in how quotes are interpreted. The behaviour is now:
"are interpreted as aquotedString. The leading and trailing"are stripped. E.g.,:word. Any leading or trailing"are not stripped.Escape characters
\can be used to match against leading and trailing quotes:How tested:
Fixes #628